net/http.connReader.mu (field)
4 uses
net/http (current package)
server.go#L657: mu sync.Mutex // guards following
server.go#L667: cr.mu.Lock()
server.go#L669: cr.cond = sync.NewCond(&cr.mu)
server.go#L673: func (cr *connReader) unlock() { cr.mu.Unlock() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)